home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3.iso / webrec / MAINMENU.DIR / 00127.ls < prev    next >
Encoding:
Text File  |  1996-12-10  |  303 b   |  16 lines

  1. on mouseDown
  2.   global itemDel, WereToGo
  3.   set WereToGo to "start"
  4.   goMovie()
  5.   puppetSound(0)
  6.   sound stop 1
  7.   sound stop 2
  8.   updateStage()
  9.   if the machineType <> 256 then
  10.     set itemDel to ":"
  11.   else
  12.     set itemDel to "\"
  13.   end if
  14.   go(1, string(the pathName & "BODY" & itemDel & "BLACK.DIR"))
  15. end
  16.